home *** CD-ROM | disk | FTP | other *** search
/ The Sunday Times: The Month 2004 August / The Sunday Times - The Month 2004-08.iso / pc / engine / modules / calculator_audio.swf / scripts / DefineButton2_25 / BUTTONCONDACTION on(press).as next >
Encoding:
Text File  |  2004-06-24  |  131 b   |  6 lines

  1. on(press){
  2.    this.startDrag(false,0,0,_parent.AVAIL_WIDTH,0);
  3.    _parent.DRAGGING = true;
  4.    _parent._parent.pauseSound();
  5. }
  6.